LineOfSight

LineOfSight peripheral for drones.

Allows to calibrate the line of sight, which is required for the activation of the center image coordinates feature.

This peripheral can be obtained from a Drone using: drone.getPeripheral(LineOfSight::class.java)

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val calibrated: Boolean

Whether the line of sight is calibrated.

Link copied to clipboard

Current issues preventing calibration to be performed.

Functions

Link copied to clipboard
abstract fun calibrate(): Boolean

Calibrates the line of sight.

Link copied to clipboard
abstract fun resetCalibration(): Boolean

Resets the line of sight calibration.